home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libboost-filesystem1.38.0 / copyright < prev    next >
Text File  |  2009-10-08  |  4KB  |  101 lines

  1. This software is a collection of libraries from the Boost.org site.
  2. Most of the libraries use the Boost Software License 1.0, which
  3. reads as follows.
  4.  
  5.  
  6.     Boost Software License - Version 1.0
  7.     ------------------------------------
  8.  
  9. Boost Software License - Version 1.0 - August 17th, 2003
  10.  
  11. Permission is hereby granted, free of charge, to any person or organization
  12. obtaining a copy of the software and accompanying documentation covered by
  13. this license (the "Software") to use, reproduce, display, distribute,
  14. execute, and transmit the Software, and to prepare derivative works of the
  15. Software, and to permit third-parties to whom the Software is furnished to
  16. do so, all subject to the following:
  17.  
  18. The copyright notices in the Software and this entire statement, including
  19. the above license grant, this restriction and the following disclaimer,
  20. must be included in all copies of the Software, in whole or in part, and
  21. all derivative works of the Software, unless such copies or derivative
  22. works are solely in the form of machine-executable object code generated by
  23. a source language processor.
  24.  
  25. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  26. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  27. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  28. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  29. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  30. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  31. DEALINGS IN THE SOFTWARE.
  32.  
  33.  
  34. There are a few files under a license different from the Boost
  35. Software License; however, all licenses do follow these guidelines:
  36.  
  37. License requirements
  38.  
  39.     Must be simple to read and understand. 
  40.  
  41.     Must grant permission to copy, use and modify the software for any
  42.     use (commercial and non-commercial) for no fee.
  43.  
  44.     Must require that the license appear on all copies of the software
  45.     source code.
  46.  
  47.     Must not require that the license appear with executables or other
  48.     binary uses of the library.
  49.  
  50.     Must not require that the source code be available for execution
  51.     or other binary uses of the library.
  52.  
  53.     May restrict the use of the name and description of the library to
  54.     the standard version found on the Boost web site.
  55.  
  56.  
  57.  
  58.  
  59. Files in tools/jam are covered by
  60.  
  61. /*
  62.  * /+\
  63.  * +\   Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
  64.  * \+/
  65.  *
  66.  * This file is part of jam.
  67.  *
  68.  * License is hereby granted to use this software and distribute it
  69.  * freely, as long as this copyright notice is retained and modifications
  70.  * are clearly marked.
  71.  *
  72.  * ALL WARRANTIES ARE HEREBY DISCLAIMED.
  73.  */
  74.  
  75. /*  This file is ALSO:
  76.  *  Copyright 2001-2004 David Abrahams.
  77.  *  Distributed under the Boost Software License, Version 1.0.
  78.  *  (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  79.  */
  80.  
  81.  
  82. or by
  83.  
  84. /*
  85.  * Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
  86.  * Copyright (c) 1991-1994 by Xerox Corporation.  All rights reserved.
  87.  * Copyright (c) 1998-1999 by Silicon Graphics.  All rights reserved.
  88.  * Copyright (c) 1999 by Hewlett-Packard Company. All rights reserved.
  89.  *
  90.  * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  91.  * OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
  92.  *
  93.  * Permission is hereby granted to use or copy this program
  94.  * for any purpose,  provided the above notices are retained on all copies.
  95.  * Permission to modify the code and to distribute modified code is granted,
  96.  * provided the above notices are retained, and a notice that the code was
  97.  * modified is included with the above copyright notice.
  98.  */
  99.  
  100.  
  101.